From: Paul Eggert Date: Tue, 12 Jul 2011 17:29:33 +0000 (-0700) Subject: Merge: Fix minor new problems caught by GCC 4.6.1. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2909 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9fb72a5bf8347bd1b940369d6775de5eccf4dbc3;p=emacs.git Merge: Fix minor new problems caught by GCC 4.6.1. --- 9fb72a5bf8347bd1b940369d6775de5eccf4dbc3 diff --cc src/ChangeLog index 42e7ed4078b,e00704e7293..24291eae944 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,3 -1,11 +1,11 @@@ + 2011-07-12 Paul Eggert + - Fix recently-introduced minor problems. ++ Fix minor new problems caught by GCC 4.6.1. + * term.c (init_tty): Remove unused local. + * xsettings.c (store_monospaced_changed): Define this function only - if (defined HAVE_GSETTINGS || define defined HAVE_GCONF), as it's ++ if (defined HAVE_GSETTINGS || defined HAVE_GCONF), as it's + not used otherwise. + 2011-07-12 Chong Yidong * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).